home *** CD-ROM | disk | FTP | other *** search
- Path: jeeves.niehs.nih.gov!epr0
- From: duling@niehs.nih.gov (Dave Duling)
- Newsgroups: comp.lang.c
- Subject: quotes in sscanf() ????????????
- Followup-To: comp.lang.c
- Date: Wed, 13 Mar 96 18:48:38 GMT
- Organization: NIEHS
- Distribution: world
- Message-ID: <4i757h$pkc@jeeves.niehs.nih.gov>
- Reply-To: duling@niehs.nih.gov
- NNTP-Posting-Host: epr0.niehs.nih.gov
- X-Newsreader: News Xpress Version 1.0 Beta #3
-
-
- Hi. I need to read in ASCII files of the for:
-
- #.##,"string with , commas and spaces ", etc....
-
- so the delimiter is a comma, the string is bound by quotes and contains both
- commas and spaces (but no other quotes). So I've played around endlessly with
- this but have not found the answer. I could write a special function but it
- would be more eloquent with a standard IO call to sscanf()....
-
- Thanks for any help, Dave Duling@niehs.nih.gov
-
- ------------------------------------------
- Dave Duling, scientific programmer
-
- email. duling@niehs.nih.gov
- WWW. //alfred.niehs.nih.gov/LMB
-
-